Interface org.omg.CORBA.IDLType
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.IDLType
- public interface IDLType
- extends Object
- extends Object, IRObject
The IDLType interface is an abstract interface inherited by allIR objects that represent the OMG IDL types. It provides accessto the TypeCode describing the type, and is used in defining theother interfaces wherever definitions of IDLType must be referenced.
-
type()
-
type
public abstract TypeCode type() throws SystemException
All Packages Class Hierarchy This Package Previous Next Index